runtime.bmap.setoverflow (method)

4 uses

	runtime (current package)
		map.go#L213: func (b *bmap) setoverflow(t *maptype, ovf *bmap) {
		map.go#L260: 			ovf.setoverflow(t, nil)
		map.go#L271: 	b.setoverflow(t, ovf)
		map.go#L386: 		last.setoverflow(t, (*bmap)(buckets))